home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / newuser1.zip / SAMPLE.BAT < prev   
DOS Batch File  |  1992-08-28  |  809b  |  20 lines

  1. REM ***********************************************************
  2. REM * This batch file is for EXAMPLE only!!!! 
  3. REM * DO NOT run this without first editing it fully to match
  4. REM * Your own files and setup.
  5. REM * These commands are intended to be included as part of
  6. REM * your existing EVENT.SYS batch file.
  7. REM ***********************************************************
  8.  
  9. D:                                   
  10. CD\PCB\MAIN                          
  11. TYPE ANSWER1 >> ANSWER1.HST          
  12. IF EXIST MAIL.BAT DEL MAIL.BAT       
  13. IF EXIST ANSWER1. NEWUSER NEWUSER.CFG
  14. IF EXIST MAIL.BAT CALL MAIL.BAT      
  15. IF NOT EXIST MAIL.BAT GOTO LATER     
  16. DEL ANSWER1                          
  17. :LATER                               
  18. CD\PCB                               
  19. BOARD                                
  20.